react打包发生产时速度有点慢,我不想要sourceMap文件 于是在build改了一下脚本命令 "build": "GENERATE_SOURCEMAP=false react-app-rewired build", 但是windows的cmd里不支持 这时候改成"set GENERATE_SO ...
1、输入cnpm -v判断是否已经安装,如果显示command not found,则表示未安装 2、输入命令行,sudo npm install -g cnpm --registry=https://registry.npm.taobao.org --verbose // 必须加sudo,以管理员 ...
分类:
系统相关 时间:
2020-05-25 16:01:30
阅读次数:
107
在百度搜索–>ubuntu镜像站–>选择清华的镜像源–>进去选择ubuntu—>选择ubuntu的版本(这里以16.04的为例)–>复制里面的内容:(内容如下,不过一直在更新,我们可以安装上面的步骤去搜索即可) 1.先备份系统的/etc/apt/sources.list cp /etc/apt/so ...
分类:
系统相关 时间:
2020-05-25 12:03:26
阅读次数:
109
通过pip install flask-sqlacodegen后使用命令:flask-sqlacodegen "mysql://root:123456@IP:3306/movie_cat" --tables user --outfile "/Users/user/PycharmProjects/fl ...
分类:
数据库 时间:
2020-05-24 16:39:14
阅读次数:
134
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.liwenwen.redcup03.mapper.UserMapper.selectByPrimaryKey at org.apa ...
分类:
移动开发 时间:
2020-05-24 16:34:31
阅读次数:
74
为什么回过头来看docker呢? 因为学k8s的时候太吃劲了, 一个月, 每天早上弄一点,基本上才安装了一个环境, 而且, 还不一定好用. 越到后面越费劲, 很多东西都断片. 后来才知道, 是因为基础知识不扎实. so.....哪里不行补哪里, 在回过头来看看基础, 来日方长, 不急于一时. 规划: ...
分类:
其他好文 时间:
2020-05-24 09:46:19
阅读次数:
60
1.如果编译时出现“ERROR: Plugin with id 'com.android.application' not found.”错误. 解决方法:请在build.gradle文件中添加以下代码。 buildscript { repositories { google() jcenter() ...
分类:
移动开发 时间:
2020-05-24 00:29:37
阅读次数:
87
Therefore, as a result, so, then, consequently She was therefore unable to find a solution. So she had to quit her job. I think; therefore I am. ‘We h ...
分类:
其他好文 时间:
2020-05-23 20:19:07
阅读次数:
83
JML语言的理论基础、应用工具链情况 JML(Java Modeling Language)是用于对Java程序进行规格化设计的一种表示语言。可以通过开展规格化设计,而给代码实现者以明确、严谨的设计需求;也可以针对已有的代码给出规格,以提高代码的维护性。 结合Junit、OpenJML、SMT So ...
分类:
其他好文 时间:
2020-05-23 20:01:29
阅读次数:
54
Windows git bash 默认没有sudo命令,可以添加win-sudo插件实现该功能 curl -s https://raw.githubusercontent.com/imachug/win-sudo/master/install.sh | sh 如果上面的命令没有用,可以复制https ...